home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / elektro / lsim_21 / mplex.lsm < prev    next >
Encoding:
Text File  |  1989-04-23  |  238 b   |  14 lines

  1. Ç
  2. {----     MultiplexerexamplefromLsimtutorial----}
  3.  
  4.  
  5. !C0=1,C1=0,C2=0,S0=0,S1=0,S2=0,Y,Y_;
  6.  
  7.  
  8.       Y_=/Y;
  9.  
  10. Y=C0?S0
  11.           =C1?S1
  12.           =C2?S2;
  13.  
  14.